IMotion.GetGroupState method

Gets the state of an axis group according to the active grouped method.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
KsReturn<GroupState> GetGroupState(
       int Index
)
Function GetGroupState(
       Index As Integer
) As KsReturn(Of GroupState)

Parameters

Index [in]

Type: int

The index of an axis group. Indexes are zero based. You can have up to 32 groups.

Return value

Type: KsReturn<GroupState>

Returns a KsError code and an GroupState value.

Examples

C#
N/A

See also

IMotion Interface

IntervalZero.KINGSTAR.Base.Api Namespace